crypto/internal/fips140/ecdsa.PublicKey.q (field)

6 uses

	crypto/internal/fips140/ecdsa (current package)
		cast.go#L21: 			q: []byte{
		ecdsa.go#L37: 	q     []byte // uncompressed nistec Point.Bytes output
		ecdsa.go#L41: 	return pub.q
		ecdsa.go#L185: 	return &PublicKey{curve: c.curve, q: Q}, nil
		ecdsa.go#L202: 			q:     Q.Bytes(),
		ecdsa.go#L451: 	Q, err := c.newPoint().SetBytes(pub.q)